projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c14c80d
)
Remove unused import.
author
emellor@ewan
<emellor@ewan>
Tue, 20 Sep 2005 16:24:27 +0000
(17:24 +0100)
committer
emellor@ewan
<emellor@ewan>
Tue, 20 Sep 2005 16:24:27 +0000
(17:24 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDmesg.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDmesg.py
b/tools/python/xen/xend/XendDmesg.py
index 4041616d46b2f61374ba1be506c31677975b82da..ab87befd3820e24006623a9c058553e8863d1157 100644
(file)
--- a/
tools/python/xen/xend/XendDmesg.py
+++ b/
tools/python/xen/xend/XendDmesg.py
@@
-18,7
+18,6
@@
"""Get dmesg output for this node.
"""
-import os
import xen.lowlevel.xc
class XendDmesg: